Fix skytraq default values
authorBernd Zeimetz <bernd@bzed.de>
Sun, 1 Jan 2017 21:04:42 +0000 (22:04 +0100)
committerBernd Zeimetz <bernd@bzed.de>
Sun, 1 Jan 2017 21:04:42 +0000 (22:04 +0100)
Taken from upstream

Closes: #846945
Thanks: Jeroen N. Witmond

debian/patches/fix-skytraq-new-location [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/fix-skytraq-new-location b/debian/patches/fix-skytraq-new-location
new file mode 100644 (file)
index 0000000..5bb27e7
--- /dev/null
@@ -0,0 +1,16 @@
+--- a/skytraq.cc
++++ b/skytraq.cc
+@@ -78,11 +78,11 @@ arglist_t skytraq_args[] = {
+   },
+   {
+     "targetlocation", &opt_set_location, "Set location finder target location as lat,lng",
+-    "", ARGTYPE_STRING, "", ""
++    NULL, ARGTYPE_STRING, "", ""
+   },
+   {
+     "configlog", &opt_configure_logging, "Configure logging parameter as tmin:tmax:dmin:dmax",
+-    "", ARGTYPE_STRING, "", ""
++    NULL, ARGTYPE_STRING, "", ""
+   },
+   {
+     "baud", &opt_dlbaud, "Baud rate used for download",
index 4c729dc7e75e503ea0d4b79ba1f2658c0bdf12ee..c4f2078afc828ca6855aac33829c7858601156f7 100644 (file)
@@ -4,3 +4,4 @@ gpsbabelfe_do-not-check-for-newer-version
 htmldoc-location
 gpsbabelfe-name
 use_minizip
+fix-skytraq-new-location